From 01c1ef863f3d42c51b40ed4e254074fa43ba15eb Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 14 Oct 2004 01:52:42 +0000 Subject: [PATCH] Turn on Garmin USB in default Windows build. Bump version number for beta. --- gpsbabel/Makefile | 4 ++-- gpsbabel/mingw/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 9cd6a7f1a..5e2771849 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -88,8 +88,8 @@ dep: (echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)' ) >> /tmp/dep echo Edit Makefile and bring in /tmp/dep -VERSIONU=1_2_4_beta09202004 -VERSIOND=1.2.4_beta09202004 +VERSIONU=1_2_4_beta10132004 +VERSIOND=1.2.4_beta10132004 #VERSIONU=1_2_3 #VERSIOND=1.2.3 diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index 5bf6c6baf..9f5f8e518 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -7,7 +7,7 @@ gpsbabel.exe: wintesto.cmd include ../Makefile CFLAGS=-Iinclude -I../coldsync -O $(INHIBIT_USB) -INHIBIT_USB=-DNO_USB +# INHIBIT_USB=-DNO_USB OSJEEPS=jeeps/gpsusbwin.o gpsbabel.exe: $(OBJS) -- 2.30.2